home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Dealing with Change / Workplace Effectiveness: Dealing with Change.iso / pc / Menu.Dxr / 00022_unlock exit.ls < prev    next >
Encoding:
Text File  |  1998-05-04  |  159 b   |  9 lines

  1. on exitFrame
  2.   global gMasterData
  3.   set the exitLock to 0
  4.   set the keyDownScript to EMPTY
  5.   if not soundBusy(2) then
  6.     bkgrdMusic(gMasterData)
  7.   end if
  8. end
  9.